//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Easton Corbin','Chenault Vineyards','Richmond, KY','Friday','7/18/2025','6:00 PM','7147616','Easton-Corbin-7-18-2025'],['Easton Corbin','The Coyote Store - Gail','Gail, TX','Saturday','7/26/2025','8:00 PM','6939496','Easton-Corbin-7-26-2025'],['Easton Corbin','The Dirty Bourbon Dance Hall & Saloon','Albuquerque, NM','Sunday','7/27/2025','7:00 PM','7102180','Easton-Corbin-7-27-2025'],['Easton Corbin','Phil Long Music Hall at Bourbon Brothers - CO','Colorado Springs, CO','Tuesday','7/29/2025','7:30 PM','7155166','Easton-Corbin-7-29-2025'],['Easton Corbin','Yamhill County Fairgrounds','Portland, OR','Thursday','7/31/2025','9:00 PM','7074335','Easton-Corbin-7-31-2025'],['Easton Corbin','Rogue Theatre - OR','Grants Pass, OR','Friday','8/1/2025','8:00 PM','7056538','Easton-Corbin-8-1-2025'],['Easton Corbin','Pine Creek Lodge','Livingston, MT','Sunday','8/3/2025','7:00 PM','7102163','Easton-Corbin-8-3-2025'],['Easton Corbin','Lincoln County Fairgrounds - WY','Afton, WY','Monday','8/4/2025','7:00 PM','7147603','Easton-Corbin-8-4-2025'],['Jon Pardi & Easton Corbin','Main Stage At Wisconsin State Fair Park','Milwaukee, WI','Wednesday','8/6/2025','7:30 PM','7170572','Jon-Pardi---Easton-Corbin-8-6-2025'],['Easton Corbin','Stevens County Fairgrounds','Morris, MN','Friday','8/8/2025','7:30 PM','6939504','Easton-Corbin-8-8-2025'],['Easton Corbin','Grant County Fairgrounds - WA','Moses Lake, WA','Friday','8/15/2025','7:30 PM','7121863','Easton-Corbin-8-15-2025'],['Eli Young Band & Easton Corbin','Equity Bank Park','Wichita, KS','Friday','8/22/2025','8:00 PM','7170912','Eli-Young-Band---Easton-Corbin-8-22-2025'],['Easton Corbin','Crystal Grand Music Theatre','Lake Delton, WI','Friday','8/29/2025','8:00 PM','7200293','Easton-Corbin-8-29-2025'],['Easton Corbin','Carolina Theater - Greensboro','Greensboro, NC','Friday','9/5/2025','7:30 PM','7263679','Easton-Corbin-9-5-2025'],['Easton Corbin','Newton Theatre','Newton, NJ','Wednesday','9/17/2025','8:00 PM','6946554','Easton-Corbin-9-17-2025'],['Easton Corbin & Dalton and The Sheriffs','The Bullpen','Washington, DC','Thursday','9/18/2025','7:00 PM','7100117','Easton-Corbin---Dalton-and-The-Sheriffs-9-18-2025'],['Easton Corbin','Hard Rock Live - Hard Rock Hotel & Casino Tulsa','Catoosa, OK','Friday','10/3/2025','8:00 PM','7194928','Easton-Corbin-10-3-2025'],['Easton Corbin','Grizzly Rose','Denver, CO','Friday','10/10/2025','8:00 PM','7062184','Easton-Corbin-10-10-2025']],'Easton Corbin','http://www.ticketnetwork.com/ticket/Easton-Corbin-events.aspx');